Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/04 - Digital Clock/

assets /cody/swapnilsparsh/30DaysOfJavaScript/04 - Digital Clock/assets/
1 Items
  • favicon.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/04 - Digital Clock/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/04 - Digital Clock/index.html
    385 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge"
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/04 - Digital Clock/script.js
    205 Views
    0 Comments
    const hour = document.getElementById("hour");
    const minute = document.getElementById("minute");
    const seconds = document.getElem
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/04 - Digital Clock/style.css
    148 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "sans";
    }

    @font-face {